Welcome![Sign In][Sign Up]
Location:
Search - TCP P2P

Search list

[Delphi VCLDGSpySDK_0.4b

Description: 功能列表: 1、屏幕捕获与还原; 2、屏幕正向TCP封装; 3、屏幕反向TCP封装; 4、屏幕录像为MPG格式; 5、屏幕录像为自定义格式; 6、视频捕获与还原(未完成,下一版本实现); 7、UDP的P2P封装(未完成,下一版本实现)。-Feature List: 1, screen capture and restore 2, the screen forward TCP package 3, the screen reverse TCP package 4 screen video to MPG format 5, the video screen as a custom format 6, video capture and restore ( not completed, the next version to achieve) 7, UDP, P2P package (not completed, the next version implementations).
Platform: | Size: 438272 | Author: sum | Hits:

[Internet-NetworkNET2

Description: 网络实验2 完成了 p2p的文件共享,在net1实验里面的基础上扩充了p2p的子功能,调用的协议有 TCP & UDP 使用了 winsocket编程,对于初学者了解网络颇有帮助-net experiment 2 completed function of p2p file sharing it is the advancement of experiment1
Platform: | Size: 1659904 | Author: alex | Hits:

[P2PP2PFile

Description: P2P通讯,NAT分类,nat穿透 TCp-P2P tRANSFER
Platform: | Size: 483328 | Author: weis | Hits:

[P2PP2p-source-code

Description: 自己用C++的p2p源码,udp基本实现了,tcp还没有完成。-Own use of C++ p2p source, udp basically achieved, tcp is not yet complete.
Platform: | Size: 37888 | Author: | Hits:

[P2Pp2p-document-send-and-receive

Description: 本程序可以通过TCP/IP协议进行网络数据传输-this is program that can be sent and received via tcp/ip ,it maybe can t convenient to you use widely,but you can learn idea from it
Platform: | Size: 251904 | Author: yewenjie | Hits:

[Internet-Networkudt

Description: UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。-Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.
Platform: | Size: 181248 | Author: yqc | Hits:

[Internet-NetworkP2P-IM

Description: 设计一个p2p聊天软件,由多个聊天客户端和一个中心服务器组成。各个聊天客户端可以两两相互发送消息。目的在于设计GUI,多线程和套接字编程。各个客户端用IP地址和TCP/IP监听端口号进行标识。每个客户提供一个名字,方便其它客户端。 此设计由两部分组成。 部分一:p2p聊天中各个成员管理。每个成员称为一个peer,要有一个中心的服务处理peer的登记和对已经登记的peer进行更新。 步骤1:一个peer选择一个名字,通过登记界面进行登记。 步骤2:服务器拥有一个公有IP,在一个众所周知的端口进行监听。Peer向服务器发送‘register’请求,同时发送自己的登记信息(如自己取的名字,自己的监听端口号等)。服务器收到‘register’请求后,如果这是每一个登记请求,服务器建立一个用于记录已经登记peer的列表(Peer List),否则更新Peer List。 步骤3:服务器向来登记的peer发送Peer List。PeerList 由一些活跃的peer组成,一个活跃的peer是在最近30秒内进行登记的peer -The design of a p2p chat software, multiple chat client and a central server. Each chat client can two two send each other messages. Aims to design the GUI, multithreading and socket programming. Each client IP address and TCP/IP listening port number for identification. Each customer to provide a name, and convenient to other clients. This design consists of two parts. Part one: p2p chat management. Each member is called a peer, have a central service to deal with peer registration and to update already registered peer. Step 1: a peer to select a name to be registered through the registration interface. Step 2: The server has a public IP, in a well-known port listening. Peer to the server send register request, send the registration information (such as the name they take, their own listening port number, etc.). The server receives the request of the register , if this is per a registration request, the server to establish one for the record have been registered to the list o
Platform: | Size: 502784 | Author: liu | Hits:

[P2Pudptcp

Description: udp和tcp的P2P程序,有源码和原理-udp tcp p2p
Platform: | Size: 186368 | Author: 张丛啸 | Hits:

[P2PJava-p2P-chat

Description: Java p2p 聊天 课程设计 采用tcp协议编程 采用了多线程 -Java peer- to- peer chat programming course design use tcp protocol Using a multi-threaded
Platform: | Size: 152576 | Author: 华君 | Hits:

[Program docTCP-NAT-P2P-

Description: 这是基于TCP协议的NAT穿透技术在P2P中的研究与实现的pdf文件,包括原理,穿透过程,很有参考价值-This is the penetration process of TCP NAT traversal in P2P pdf file, including the principle of great reference value! !
Platform: | Size: 203776 | Author: 庄叶丹 | Hits:

[Program docp2p-tcp

Description: 这里面有3篇关于tcp如何打洞建立p2p连接的文章,介绍了原理,也有实例的代码。-There are three articles to establish p2p connection on tcp how holes, introduced the principle, there are also instances of code.
Platform: | Size: 14336 | Author: 庄叶丹 | Hits:

[Streaming Mpeg4Use-TCP-to-realize-P2P-communication

Description: Use TCP to realize P2P communication, including the source code
Platform: | Size: 17408 | Author: 徐炜 | Hits:

[Audio programp2p

Description: p2p网络计时语音传输 使用tcp协议 可以作为聊天工具的组成部分-part of peer-to-peer network timing voice transmission using TCP protocol can be used as the chat tool
Platform: | Size: 11264 | Author: 李树祎 | Hits:

[P2PTCP-NAT

Description: P2P程序 TCP穿越NAT程序,程序很简单,很适合新手学习-P2P programs TCP NAT traversal procedures, it is suitable for novice learning
Platform: | Size: 83968 | Author: 张三 | Hits:

[CSharpCSharp-p2p-TCP-

Description: C# p2p TCP 打洞 穿越NAT 例子程序 详细代码说明 一定成功 留下E-mail shiwei.12369@qq.com 以供交流-C# p2p TCP holes through the NAT procedures detailed code examples illustrate some success leave E-mail shiwei.12369 @ qq.com for the exchange
Platform: | Size: 57344 | Author: 施维 | Hits:

[Internet-Network1MakkeHoll

Description: tcp p2p打洞连接源码 实现两个内部网络直连的解决方案 -tcp p2p source to achieve two holes to connect the internal network directly connected solutions
Platform: | Size: 77824 | Author: 李建生 | Hits:

[Video Capturevideo-p2p-based-on-H.264

Description: 本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。代码中的可执行程序为YUY2输出352x288版本供大家测试使用。-This procedure is in H.263 P2P video chat program (site can be downloaded to) is made on the basis of the optimization and upgrading, vs 2008 environment, to achieve a point to point video communication, resolution and video quality has increased dramatically. Includes three projects: x264 for video encoding, ffmpeg for video decoding, testvideo video collection interface display and the TCP protocol to transmit, you must first compile the project before the two library files generated after the call for a third project, compile libraries attention modification works path and code extern C, can also be directly compiled to use my library file. Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition). Executable code for the 352x288 version YUY2 output for all the test used.
Platform: | Size: 11926528 | Author: 孙英晖 | Hits:

[Internet-Networktcp

Description: 实现一个通过TCP套接字来建立连接的通讯,服务器和客户端需要实现以下5个功能: 1,客户端与服务器建立连接,需要用户名和加密密码。 2,客户端发送想分享的文件名给服务器。 3,客户端发送一个想下载的文件查询。 4,客户端显示收到的回复信息,并显示。 5,登出。 -Your P2P client will need to interface with the P2P server which you are being provided with to carry out the following tasks: 1) Authenticate with the server (provide a username and encrypted password) 2) Send a list of files to the server that you wish to share with other users 3) Submit a search query to the server for a file you wish to download 4) Receive the search results, parse them, and output them to the user 5) Log out The protoco
Platform: | Size: 6144 | Author: 滴滴 | Hits:

[Internet-NetworkTCP-dig-hole

Description: 这个文档里面讲述了如何用TCP进行打洞的技术,以实现如p2p。-This document describes how to use the TCP which were holes in the technology.
Platform: | Size: 203776 | Author: tujh | Hits:

[File FormatTCP

Description: TCP实现P2P通信、TCP穿越NAT的方法-P2P communication method TCP implementation, TCP NAT traversal
Platform: | Size: 84992 | Author: 李顺 | Hits:
« 1 2 3 4 56 7 8 9 »

CodeBus www.codebus.net